home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even23 > 0)
- {
- _root.sfx.gotoAndStop(3);
- _root.take = 32;
- _root.taken32 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Love Endlessly. Sounds like a chick flick. Who would want to see that?";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "And get my hand bitten off... Are you crazy?";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even23 > 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s two movie tickets for some chick flick.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Looks like 2 movie tickets.";
- }
- }
- }
- }
-